home *** CD-ROM | disk | FTP | other *** search
/ The Apple Sales & Marketi…urce Library 1999 August / Resource Library August 99.toast / mac / AppleShare IP 6.2 (NFR) / AppleShare IP 6.2 Install / AppleShare Client / International Folder / Turkish / DHX UAM Beni Oku < prev   
Text File  |  1999-04-16  |  3KB  |  67 lines

  1. DHX Kullan›c› Kimli€ini Do€rulama Bölümü 1.0 Beni Oku
  2.  
  3.  
  4. ‹Ç‹NDEK‹LER
  5.  
  6. Girifl
  7. DHX UAM 1.0’› Çal›flt›rma Gereksinimleri
  8. DHX UAM 1.0’› Yükleme
  9. DHX UAM 1.0’› Kullanma
  10. Kullan›lan Algoritmalar
  11. Bilinen Uyumsuzluklar ve S›n›rlamalar
  12.  
  13.  
  14. Girifl
  15. DHX (Diffie-Hellman Exchange) UAM, 64 karaktere kadar olan flifreleri daha fazla ifllenmeleri için sunucuya güvenli bir flekilde aktarma yolu sunar.
  16.  
  17. DHX UAM 1.0’› Çal›flt›rma Gereksinimleri 
  18.  
  19. •  AppleShare ‹stemci:  3.8.1 ya da daha yenisi
  20.  
  21.  
  22. DHX UAM 1.0’› Yükleme 
  23.  
  24. UAM, geçerli Sistem Klasörü’nün Geniflletmeler klasöründe bulunan “AppleShare Klasörü” adl› bir klasöre yerlefltirilmelidir. Yeniden bafllama gerekli olmamas›na ra€men yeni UAM’nin fark edilebilmesi için Seçici’yi ve A€ Taray›c›’y› kapat›p yeniden açman›z gerekir.
  25.  
  26. DHX UAM 1.0’› Kullanma 
  27. Ba€land›€›n›z sunucu DHX UAM’› destekliyorsa AppleShare ‹stemci, ba€lanma yöntemi olarak “Kriptolu fiifre”yi seçebilece€iniz bir sorgu kutusu görüntüler. Bu UAM’yi seçin ve standart AppleShare ba€lanma sorgu kutusunda oldu€u gibi flifrenizi ve kullan›c› ad›n›z› yaz›n.
  28.  
  29. Kullan›lan Algoritmalar
  30.  
  31. password is padded with nulls to 64 bytes
  32. username is a pstring, padded to even byte length (odd number of chars)
  33. ServerSig is obtained from the AFPSrvrInfo reply from the server.
  34.  
  35. first message from client to server:
  36. | login (2 bytes)  | AFP Vers | UAMName "DHCAST128" | Username (padded) | Ma (16 bytes) |
  37.  
  38. reply (server to client)
  39. | ID (2 bytes) | Mb (16 bytes) | (16 byte nonce, ServerSig)K |
  40.  
  41. login continue (client to server)
  42. | logincontinue (2 bytes) | ID (2 bytes) | (16 byte nonce + 1, password)K |
  43.  
  44. reply (server to client)
  45. pass / fail
  46.  
  47. (data)K = Encrypt data using CAST 128 CBC with key = K
  48.  
  49. The Key is generated with a Diffie-Hellman key exchange as follows:
  50. Ma - first message = g^Ra mod p  (sent by the Client to the Server)
  51. Mb - second message = g^Rb mod p (sent by the Server to the Cleint)
  52. K - Key = Mb^Ra mod p = Ma^Rb mod p
  53.  
  54. We are using CAST 128, (the implementation from SSLeay) in CBC mode with the IV in the second message being the bytestring "CJalbert" and the IV in the third message being the bytestring "LWallace".
  55.  
  56. Bilinen Uyumsuzluklar ve S›n›rlamalar
  57.  
  58. • Norton Antivirus ve DHX UAM aras›nda bir sorun oldu€u san›lmaktad›r. Kullan›c›, flifre ve kullan›c› ad› alanlar›na yazd›€›nda istemci mac geçersiz ifllem kodu hatas›yla çökecektir. Bu sorunun çözümü Norton Antivirus’ü kapatmakt›r.
  59.  
  60.  
  61.  
  62.  
  63. © 1999 Apple Computer, Inc. Tüm haklar› sakl›d›r. Apple, Apple logosu, AppleShare, AppleTalk, HyperCard, LocalTalk, Mac, Macintosh, MacTCP ve PowerBook, Apple Computer, Inc.in ABD ve di€er ülkelerde kay›tl› markalar›d›r. PowerPC, International Business Machines Corporation’›n lisans alt›nda kullan›lan markas›d›r.
  64. CAST uyarlamas›,  Eric Young (eay@cryptsoft.com) taraf›ndan SSLeay  için yaz›lm›flt›r.
  65. Bignum yordamlar›, Wei Dai taraf›ndan cryptlib için yaz›lm›flt›r.
  66.